get

abstract operator fun get(id: Int): T?
open operator fun get(name: String): T?