difftreelog
doc: intrinsic handling is a implementation detail
in: master
Property __intrinsic_namespace__ shouldn't be handled by anyone
1 file changed
crates/jrsonnet-evaluator/README.mddiffbeforeafterboth29## Intrinsics29## Intrinsics303031Some functions from stdlib are implemented as intrinsics31Some functions from stdlib are implemented as intrinsics3233### Intrinsic handling3435If indexed jsonnet object has field '__intrinsic_namespace__' of type 'string', then any not found field/method is resolved as `Val::Intrinsic(__intrinsic_namespace__, name)`3632