Skip to content

Commit c31baa5

Browse files
authored
Merge pull request #188 from JuliaRobotics/feature/4Q19/symbolstring
add Symbol*String
2 parents 8bf38a9 + 75f5d74 commit c31baa5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Common.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11

2+
import Base: *
3+
24
export sortVarNested, sortDFG
35
export isPrior, lsfPriors
46
export getVariableType, getSofttype
57
export getFactorType, getfnctype
68
export lsTypes, lsfTypes
79
export lsWho, lsfWho
10+
export *
11+
12+
*(a::Symbol, b::AbstractString)::Symbol = Symbol(string(a,b))
813

914
## Utility functions for getting type names and modules (from IncrementalInference)
1015
function _getmodule(t::T) where T

0 commit comments

Comments
 (0)