Builder.immutable_

Get immutable_ property.

class Builder
@property
bool
immutable_
()

Return Value

Type: bool

Whether the tree should be immutable when created.

Making the output immutable on creation avoids the expense of traversing it to make it immutable later.