 |
Changeset 2658
- Timestamp:
- 10/18/07 22:26:54
(1 year ago)
- Author:
- kris
- Message:
added some notes about slices and .dup
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2585 |
r2658 |
|
| 18 | 18 | |
|---|
| 19 | 19 | Iterate across a set of text patterns. |
|---|
| | 20 | |
|---|
| | 21 | Each pattern is exposed to the client as a slice of the original |
|---|
| | 22 | content, where the slice is transient. If you need to retain the |
|---|
| | 23 | exposed content, then you should .dup it appropriately. |
|---|
| 20 | 24 | |
|---|
| 21 | 25 | These iterators are based upon the IBuffer construct, and can |
|---|
| r2585 |
r2658 |
|
| 18 | 18 | |
|---|
| 19 | 19 | Iterate across a set of text patterns. |
|---|
| | 20 | |
|---|
| | 21 | Each pattern is exposed to the client as a slice of the original |
|---|
| | 22 | content, where the slice is transient. If you need to retain the |
|---|
| | 23 | exposed content, then you should .dup it appropriately. |
|---|
| 20 | 24 | |
|---|
| 21 | 25 | These iterators are based upon the IBuffer construct, and can |
|---|
| r2585 |
r2658 |
|
| 20 | 20 | |
|---|
| 21 | 21 | Iterate across a set of text patterns. |
|---|
| | 22 | |
|---|
| | 23 | Each pattern is exposed to the client as a slice of the original |
|---|
| | 24 | content, where the slice is transient. If you need to retain the |
|---|
| | 25 | exposed content, then you should .dup it appropriately. |
|---|
| 22 | 26 | |
|---|
| 23 | 27 | These iterators are based upon the IBuffer construct, and can |
|---|
| r2585 |
r2658 |
|
| 18 | 18 | |
|---|
| 19 | 19 | Iterate across a set of text patterns. |
|---|
| | 20 | |
|---|
| | 21 | Each pattern is exposed to the client as a slice of the original |
|---|
| | 22 | content, where the slice is transient. If you need to retain the |
|---|
| | 23 | exposed content, then you should .dup it appropriately. |
|---|
| 20 | 24 | |
|---|
| 21 | 25 | These iterators are based upon the IBuffer construct, and can |
|---|
| r2626 |
r2658 |
|
| 35 | 35 | exclusive variety only. |
|---|
| 36 | 36 | |
|---|
| | 37 | Each pattern is exposed to the client as a slice of the original |
|---|
| | 38 | content, where the slice is transient. If you need to retain the |
|---|
| | 39 | exposed content, then you should .dup it appropriately. |
|---|
| | 40 | |
|---|
| 37 | 41 | The content provided to these iterators is intended to be fully |
|---|
| 38 | 42 | read-only. All current tokenizers abide by this rule, but it is |
|---|
Download in other formats:
|
 |
 |
|
 |
Copyright © 2006-2008 Tango. All Rights Reserved. | Page Width:
Static or
Dynamic