hasPosition.hasPosition

Undocumented in source.
template hasPosition(R)
enum hasPosition = is(typeof(R.init.col)) && is(typeof(R.init.row));

Meta