elect
override fun equals(other: Any?) = when { this === other -> true other !is StorageLinear -> false else data != other.data }