Module Pike
- Constant
INDEX_FROM_BEG
Constant INDEX_FROM_END
Constant OPEN_BOUND
Pike.local
constantINDEX_FROM_BEG
Pike.local
constantINDEX_FROM_END
Pike.local
constantOPEN_BOUND
- Description
Used with `[..] and lfun::`[..] to specify how the corresponding index maps to an upper or lower range bound:
- INDEX_FROM_BEG
The index is relative to the beginning of the string or array (or any other sequence implemented through an object). Sequences typically start at zero.
- INDEX_FROM_END
The index is relative to the end of the sequence. In strings and arrays, the last element is at zero, the one before that at one, etc.
- OPEN_BOUND
The range is open in the corresponding direction. The index is irrelevant in this case.
- Constant
WEAK_INDICES
Constant WEAK_VALUES
Constant WEAK
Pike.local
constantWEAK_INDICES
Pike.local
constantWEAK_VALUES
Pike.local
constantWEAK
- Description
Flags for use together with set_weak_flag and get_weak_flag. See set_weak_flag for details.