Skip to content
Snippets Groups Projects
Commit 4cbd8965 authored by alandonovan's avatar alandonovan Committed by GitHub
Browse files

builtin: rename type to "builtin_function_or_method" (#30)

* builtin: rename type to "builtin_function_or_method"

Also:
- remove all uses of "builtin" as a noun.
  Now it's always "built-in function" (or method).

Change-Id: I2c81bb19800c40ed0f781b77449baa63333cb5e7

* set: in x|y, require that y is a set if x is a set (#29)

The old functionality can still be accessed using x.union(y).

* type: clarify difference from Java

Change-Id: If36d4c5e97bb48c088356a7b538d4db0c165054c

* builtin: rename type to "builtin_function_or_method"

Also:
- remove all uses of "builtin" as a noun.
  Now it's always "built-in function" (or method).
parent f3709075
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment