HCenArrArr
A Hex grid array class of Arrs.
class Object
trait Matchable
class Any
Value members
Concrete methods
def gridHeadsFlatMap[BB <: SeqImut[_]](f: (HCen, A) => BB)(implicit grid: HGrid, build: ArrFlatBuilder[BB]): BB
flatMaps over the the first element of each tile's data Array. Ignores empty arrays and subsequent elements.
flatMaps over the the first element of each tile's data Array. Ignores empty arrays and subsequent elements.
def gridHeadsMap[B, BB <: SeqImut[B]](f: (HCen, A) => B)(implicit grid: HGrid, build: ArrBuilder[B, BB]): BB
flatMaps over the the first element of each tile's data Array. Ignores empty arrays and subsequent elements.
flatMaps over the the first element of each tile's data Array. Ignores empty arrays and subsequent elements.