std::collections::interfacelist {Type}

init

fn InterfaceList* InterfaceList.init(&self, Allocator allocator, usz initial_capacity = 16)
Initialize the list. If not initialized then it will use the temp allocator
when something is pushed to it.

Parameters