Module btl.traits.range
Ranges with non copyable elements.
Manifest constants
Name | Type | Description |
---|---|---|
isBtlBidirectionalRange
|
Same as std.range.isBidirectionalRange but support non copyable elements. | |
isBtlForwardRange
|
Same as std.range.isForwardRange but support non copyable elements. | |
isBtlInputRange
|
Same as std.range.isInputRange but support non copyable elements. | |
isBtlRandomAccessRange
|
Same as std.range.isRandomAccessRange but support non copyable elements. |