struct LLVM::BasicBlockCollection
- LLVM::BasicBlockCollection
- Struct
- Value
- Object
Included Modules
- Enumerable(LLVM::BasicBlock)
Defined in:
savi/ext/llvm/basic_block_collection.crInstance Method Summary
-
#empty?
Returns
true
ifself
does not contain any element.
Instance Method Detail
def empty?
#
Description copied from module Enumerable(LLVM::BasicBlock)
Returns true
if self
does not contain any element.
([] of Int32).empty? # => true
([1]).empty? # => false
[nil, false].empty? # => false
#present?
returns the inverse.