Gets attrs or items from an object. Can chain multiple keys/identifiers. The prefix ordering is the opposite of what Python uses, but it's more consistent with function applications. Unary functions (including "nullary" methods with the .foo: self syntax) compose very naturally with !of: this way. See tests for examples.
Gets attrs or items from an object. Can chain multiple keys/identifiers. The prefix ordering is the opposite of what Python uses, but it's more consistent with function applications. Unary functions (including "nullary" methods with the
.foo: self
syntax) compose very naturally with!of:
this way. See tests for examples.