github :: GithubArray :: from
self
Objects non-subtyping E will be ignored.
# Create `self` from an Array of objects # # Objects non-subtyping E will be ignored. init from(res: nullable Object) do if not res isa Array[Object] then return for obj in res do if obj isa E then add obj end end