more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
LimitArray.const_
more
array
LimitArray
Undocumented in source.
template
LimitArray
(T)
static if
(!(
!is(T == Unqual!T)
))
struct
const_ {
const
(
T
)*
ptr
;
const
(
T
)*
limit
;
auto
startsWith
(const(T)[] check);
auto
equals
(const(T)[] check);
}
Members
Functions
equals
auto
equals
(const(T)[] check)
Undocumented in source. Be warned that the author may not have intended to support it.
startsWith
auto
startsWith
(const(T)[] check)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
limit
const
(
T
)*
limit
;
Undocumented in source.
ptr
const
(
T
)*
ptr
;
Undocumented in source.
Meta
Source
See Implementation
more
array
LimitArray
aliases
LimitArray
manifest constants
CommonMixin
structs
const_
immutable_
mutable