ca-lib2 v2.3.5 (2017-03-29T13:36:46Z)
Dub
Repo
isNeighbourhood.isNeighbourhood
caLib_abstract
neighbourhood
isNeighbourhood
Undocumented in source.
enum
isNeighbourhood
;
template
isNeighbourhood
(T, uint N)
static if
(
hasDimension!T
)
enum
isNeighbourhood
=
isDimensionsCompatible
!(
T.Dimension
,
N
) &&
is
(
typeof
(
T.init.getNeighboursCoordinates
(
Coord.init
)) :
int
[
N
][])
;
enum
isNeighbourhood
;
Meta
Source
See Source File
caLib_abstract
neighbourhood
isNeighbourhood
aliases
Coord
manifest constants
isNeighbourhood