Type Definition bwapi_wrapper::BWAPI_Type_set

source ·
pub type BWAPI_Type_set = BWAPI_SetContainer;
Expand description
This container is used to wrap convenience functions for BWAPI and be used as a bridge with a built-in set type.

@tparam T Type that this set contains. @tparam HashT Hash type. Defaults to integral hashing for BWAPI usage.