mambo.util.Range

Members

Aliases

range
alias range = Range!()

An alias to the default Range type which is Range!(sise_t, size_t)

Structs

Range
struct Range(T = size_t, U = T)

This stucts represents a range with a beginning and an end. The Range only workds with integer types and char types.

Meta

Authors

Jacob Carlborg

Version

Initial created: Aug 6, 2008