LLVM::InstructionCollection
Inherits Enumerable / Struct / Value / Object
Constructors
new(basic_block : BasicBlock)
SourceInstance methods
empty?
Returns true if self does not contain any element.
([] of Int32).empty? # => true
([1]).empty? # => false
[nil, false].empty? # => false
#present?returns the inverse.