class T::ImmutableStruct
def with(changed_props)
def with(changed_props) raise "Cannot use `with` in #{self.class.name} because it is an immutable struct" end
def with(changed_props) raise "Cannot use `with` in #{self.class.name} because it is an immutable struct" end