lwdr ~master (2021-10-15T13:07:10Z)
Dub
Repo
Array
rt
util
typeinfo
Undocumented in source.
template
Array
(T)
template
Array (
T
)
if
(
is
(
T
==
float
) ||
is
(
T
==
double
)
||
is
(
T
==
real
)
) {
bool
equals
(T[] s1, T[] s2);
int
compare
(T[] s1, T[] s2);
}
template
Array
(T)
Members
Functions
compare
int
compare
(T[] s1, T[] s2)
Undocumented in source. Be warned that the author may not have intended to support it.
equals
bool
equals
(T[] s1, T[] s2)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
rt
util
typeinfo
classes
TypeInfo_Aa
TypeInfo_Ab
TypeInfo_Ad
TypeInfo_Ae
TypeInfo_Af
TypeInfo_Ag
TypeInfo_Ah
TypeInfo_Ai
TypeInfo_Ak
TypeInfo_Al
TypeInfo_Am
TypeInfo_As
TypeInfo_At
TypeInfo_Au
TypeInfo_Av
TypeInfo_Aw
TypeInfo_Axa
TypeInfo_Aya
TypeInfo_a
TypeInfo_b
TypeInfo_d
TypeInfo_e
TypeInfo_f
TypeInfo_g
TypeInfo_h
TypeInfo_i
TypeInfo_k
TypeInfo_l
TypeInfo_m
TypeInfo_n
TypeInfo_s
TypeInfo_t
TypeInfo_u
TypeInfo_v
TypeInfo_w
TypeInfo_zi
TypeInfo_zk
templates
Array
Floating